home *** CD-ROM | disk | FTP | other *** search
- // Englob.dat
- //
- // For CLOE v1.0
- // Copyright (c) 1992 Pierre.E Gougelet
- //
-
- #COLOUR White {1.0 1.0 1.0}
- #COLOUR Red {1.0 0.0 0.0}
- #COLOUR Green {0.0 1.0 0.0}
- #COLOUR Blue {0.0 0.0 1.0}
- #COLOUR Yellow {1.0 1.0 0.0}
- #COLOUR Cyan {0.0 1.0 1.0}
- #COLOUR Magenta {1.0 0.0 1.0}
- #COLOUR Black {0.0 0.0 0.0}
-
- #texture White_Marble
- MARBLE
- turbulence 1.0
- scale {50.0 50.0 50.0}
- cmap 0.0 {1.0 1.0 1.0} 0.3 {1.0 1.0 1.0}
- cmap 0.3 {1.0 1.0 1.0} 0.7 {0.6 0.6 0.6}
- cmap 0.7 {0.45 0.45 0.45} 0.9 {0.3 0.3 0.3}
- #end
-
- #texture Orange_Cloud
- BOZO
- turbulence 0.5
- scale {300 300 300}
- cmap 0.0 {0.0 0.0 0.0} 0.2 {0.0 0.0 0.0}
- cmap 0.2 {0.0 0.0 0.0} 0.9 {1.0 0.8 0.4}
- cmap 0.9 {1.0 0.8 0.4} 1.001 {1.0 0.8 0.4}
- #end
-
- #texture Damier
- CHECKER
- scale {15.0 100000.0 15.0}
- colour {1.0 1.0 0.0}
- colour {0.0 0.0 1.0}
- #end
-
- #scene
- width 100
- height 100
- location {0 0 -100}
- lookat {0 0 0}
- up {0 1 0}
- angle 23
- //no_shadows
- #end
-
- #light
- PONCTUELLE
- location {50 -100 -200}
- colour White
- #end
-
- #light
- PONCTUELLE
- location {-50 -50 -250}
- colour White
- #end
-
- #object
- #sphere
- center {0 0 0}
- radius 300
- #end
- #surface
- Orange_Cloud
- ambient 0.15
- diffuse 0.4
- specular 0.9
- shine 50
- #end
- #end
-
- #object
- #sphere
- center {0 0 0}
- radius 15
- #end
- #surface
- colour Red
- // colour {.5 .5 .5}
- ambient 0.15
- diffuse 0.2
- specular 0.8
- reflection 1.0
- shine 200
- #end
- #end
-
- #object
- #sphere
- center {30 30 30}
- radius 20
- #end
- #surface
- Damier
- ambient 0.15
- diffuse 0.4
- specular 0.9
- shine 50
- #end
- #end
-
- #object
- #sphere
- center {30 -30 -30}
- radius 20
- #end
- #surface
- White_Marble
- ambient 0.15
- diffuse 0.4
- specular 0.9
- shine 50
- #end
- #end
-